ArcPad Applet File Schema
TOOLBARS Element
See Also  Send comments on this topic.
ArcPad Applet File Schema > ArcPad Element > APPLET Element : TOOLBARS Element

Glossary Item Box

Description

The parent element for all ArcPad toolbars.

Diagram

TOOLBAR Element Sequence TOOLBARS Element

Overview

TOOLBARS
The parent element for all ArcPad toolbars.
Sequence
TOOLBAR 1..∞
Used to define a toolbar.

Examples

Source

<xs:element name="TOOLBARS" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="TOOLBAR" maxOccurs="unbounded"></xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.